html {
    margin: 0;
    padding: 0;
    border: 0;
}

body, div, span, object, iframe, h1, h2, h3, h4, p, blockquote, pre, a, address, code, b, em, img,
dl, dt, dd, ol, ul, li, fieldset, form, label, footer,
header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
    color: #666;
}

a:link {
    color: #1d4666;
}

a:hover, a:active, a:focus {
    color: #e87518;
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul, ol, li {
    list-style-type: none;
}

select, input, img, select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table, th, td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1, h2, h3, h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

/*公用样式*/
.wt {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.wt_t {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

/*头部*/
.hh1 {
    height: 27px;
    background: #eeeeee;
    overflow: hidden;
}

.wel {
    color: #777777;
    font-size: 13px;
    line-height: 27px
}

.kk1 {
    color: #777777;
    font-size: 13px;
    line-height: 27px
}

.kk1 a {
    color: #777777;
    font-size: 13px;
    line-height: 27px
}

.hh2 {
    height: 159px;
    background: url(../images/sky.png) no-repeat center top;
}

.logo {
    line-height: 159px;
}

.sou {
    margin-left: 75px;
}

.tel {
    float: right;
    margin-top: 50px;
    line-height: 26px;
}

/* 首页banner样式 */
.x-banner .owl-carousel {
    position: relative;
}

.x-banner .owl-carousel .banner-item a {
    display: block;
}

.x-banner .owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.x-banner .owl-carousel .owl-nav .owl-next {
    right: 0;
}

.x-banner .owl-carousel .owl-nav button.owl-prev,
.x-banner .owl-carousel .owl-nav button.owl-next {
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 9999;
    background: #424246;
    height: 65px;
    width: 50px;
    margin-top: -32.5px;
    border-radius: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-banner .owl-carousel .owl-nav button.owl-prev:hover,
.x-banner .owl-carousel .owl-nav button.owl-next:hover {
    background: #ab001a;
}

.x-banner .owl-carousel .owl-nav .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.x-banner .owl-carousel .owl-nav .icon-left-arrow:after {
    background-position: -34px -180px;
}

.x-banner .owl-carousel .owl-nav .icon-right-arrow:after {
    background-position: -26px -480px;
}

@media (max-width: 990px) {
    .x-banner .owl-carousel .owl-nav button.owl-prev,
    .x-banner .owl-carousel .owl-nav button.owl-next {
        height: 40px;
        width: 30px;
        margin-top: -20px;
    }

    .x-banner .owl-carousel .owl-nav .iconfont {
        font-size: 20px;
    }
}

.x-banner .owl-carousel .owl-dots {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: 5%;
}

.x-banner .owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 .5em;
    outline: none;
    background: #fff;
    border-radius: 50%;
    width: 1em;
    height: 1em;
    opacity: .2;
}

.x-banner .owl-carousel .owl-dots button.owl-dot:hover {
    opacity: .5;
}

.x-banner .owl-carousel .owl-dots button.owl-dot.active {
    opacity: 1;
}

@media (max-width: 990px) {
    .x-banner .owl-carousel .owl-dots button.owl-dot {
        font-size: 12px;
    }
}

/*头部样式*/
.sky {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    height: 35px;
    background: #dddddd;
    color: #666;
}

.sky a {
    color: #666;
}

.sky_con {
    width: 1200px;
    margin: 0 auto;
}

.huan {
    float: left;
    font: 400 12px/35px "Microsoft Yahei";
}

.huan a {
    line-height: 35px;
    font-size: 12px;
    padding-right: 5px;
}

.k1x {
    float: right;
    line-height: 35px;
    color: #333333;
    font-size: 12px;
}

.k1x a {
    color: #333333;
    font-size: 12px;
}

.wh {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

p {
    margin-bottom: 0;
}

.tou_con {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    /*background: #f5f5f5*/
}

.tou {
    width: 1200px;
    margin: 0 auto;
    height: 120px;
    overflow: hidden
}

.logo {
    float: left;
    margin-top: 12px;
}

.telx {
    float: right;
    margin-top: 30px;
}

.sou {
    height: 36px;
    background: #f1f1f1;
}

h1, h2, h3, h4 {
    line-height: normal;
}

/*初始化样式*/
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body, div, span, object, iframe, h1, h2, h3, h4, p, blockquote, pre, a, address, code, b, em, img,
dl, dt, dd, ol, ul, li, fieldset, form, label, footer,
header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover, a:active, a:focus {
    color: #1d4666;
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul, ol, li {
    list-style-type: none;
}

select, input, img, select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table, th, td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1, h2, h3, h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

/* 导航样式 */
.xy-menu {
    width: 1176px;
    margin: 0 auto;
}

.xy-menu > li {
    float: left;
    width: 130px;
    position: relative;
}

.xy-menu > li:after {
    position: absolute;
    left: 0;
    right: 0;
    height: 17px;
    content: '';
    opacity: 0;
}

.xy-menu > li > a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    line-height: 50px;
}

.xy-menu > li > a .creat {
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 3px;
    cursor: pointer;
    border-style: solid dashed dashed dashed;
    border-color: #fff transparent transparent transparent;
    border-bottom: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    display: none;
}

.xy-menu > li.active a {
    color: #fff !important;
    background: #b99562;
}

.xy-menu > li:hover a {
    color: #fff !important;
    background: #748daf;
}

.xy-menu .xy-sub-menu {
    display: none;
    position: absolute;
    width: 111%;
    border-top: 2px solid #b99562;
    left: -6px;
    top: 47px;
    -webkit-box-shadow: 0px 4px 6.86px 0.14px rgba(8, 1, 3, 0.52);
    box-shadow: 0px 4px 6.86px 0.14px rgba(8, 1, 3, 0.52);
    /*background: #fff;*/

    z-index: 9999;
}

.xy-menu .xy-sub-menu > li {
    border-bottom: 1px solid #e5e5e5;
}

.xy-menu .xy-sub-menu > li > a {
    display: block;
    line-height: 45px;
    font-size: 14px;
    color: #666;
    position: relative;
    padding-left: 15%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding-right: 15%;
    text-align: center;
}

.xy-menu .xy-sub-menu > li > a:after {
    position: absolute;
    right: 12%;
    top: calc(50% - 3.5px);
    content: '';
    width: 5px;
    height: 7px;
    background: url(//static.xypt.net.cn/f0b8b986/21/07/df9e892079f0b0f93b31cd1f62df96348602eb3d.png) 0 -7px no-repeat;
}

.xy-menu .xy-sub-menu > li > a:hover {
    background: #1d4666;
    color: #666;
    padding-left: 22%;
}

.xy-menu .xy-sub-menu > li > a:hover:after {
    background-position: 0 0;
}

/*技术实力*/
.box1 {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: url(//static.xypt.net.cn/f0b8b986/21/07/137b9f5504be67af7691aa5a15df3e8709993a36.png) repeat center top;
    height: 931px;
}

.box_con {
    width: 1200px;
    margin: 0 auto;
    padding-top: 70px
}

.ct1 {
    color: #1d4666;
    font-size: 42px;
    text-align: center;
    font-weight: bold;
}

.ct1 span {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    color: #888888;
    font-family: "Arial";
    line-height: 30px;
    margin-top: 5px;
}

.slx {
    width: 1200px;
    margin: 0 auto;
    /*height: 340px;*/
    overflow: hidden;
    margin-top: 60px;
}

.slx li {
    float: left;
    width: 273px;
    height: 340px;
    margin-bottom: 14px;
    margin: 10px 13px;
    position: relative;
}

.slx li .tpx {
    width: 273px;
    height: 340px;
    margin: 0 auto;
    position: relative;
}

.slx li .tp2x {
    position: absolute;
    top: 56px;
    z-index: 99999;
    text-align: center;
    width: 100%;
}

.slx li .tp1x {
    position: relative;
    z-index: 999;
    width: 100%;
    text-align: center;
}

.tm {
    background: url(//static.xypt.net.cn/f0b8b986/21/07/d3760f297250a1958083ba1926c6eb3a0ad725e5.png) no-repeat center top;
    width: 273px;
    height: 290px;
    z-index: 9999;
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 10px;
}

.slx li h3 {
    color: #ffffff;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 38%;
    z-index: 99999
}

.slx li h3 a {
    color: #ffffff;
    font-size: 32px;
    text-align: center;
}

.slx li:hover h3 a {
    color: #ffffff;
}

.slx li span {
    width: 223px;
    left: 25px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    display: block;
    text-align: center;
    position: absolute;
    top: 55%;
    z-index: 99999
}

/*高品质追求*/
.box2 {
    width: 1200px;
    margin: 0 auto;
    /*margin-top: 100px;*/
    margin:50px auto;
}

.tabz {
    position: relative;
    display: block;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
    display: flex;
    justify-content: center;
}

.tabz li {
    float: left;
    width: 140px;
    height: 32px;
    display: block;
    line-height: 32px;
    background: #eaeaea;
    text-align: center;
    color: #666666;
    font-size: 14px;
    cursor: pointer;
    margin-left: 10px;
    margin-top: 10px;
}

.tabz li a {
    color: #666666;
    display: block;
}

.tabz li.cur {
    /*color: #fff;*/
    text-decoration: none;
    font-size: 14px;
    /*background: #1d4666;*/
}

.tabz li:hover, .tabz li.cur {
    background: #1d4666 !important;
    position: relative;
    color: #fff;
    cursor: pointer;
}

.tabz li:hover a, .tabz li.cur a {
    /*color: #fff;*/
}

.ttz {
    display: none;
    margin-top: 30px;
}

.list1z {
    padding: 8px 10px;
}

.list1z li {
    position: relative;
    vertical-align: middle;
    float: left;
    margin-right: 26px;
    margin-bottom: 26px
}

.list1z li a.img {
    display: block
}

.list1z li a.img img {
    width: 376px;
    height: 321px;
}

.list1z li:nth-child(3n) {
    float: right;
    margin-right: 0px;
}

.dac {
    background: #1d4666;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    line-height: 45px;
    height: 45px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.list1z li h3 {
    color: #fff;
    font-size: 16px;
    float: left;
    font-weight: normal;
    margin-left: 5%;
}

.list1z li h3 a {
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    display: block;
}

.list1z li:hover .dac {
    background: #748daf;
}

.mx {
    float: right;
    color: #fff;
    font-size: 16px;
    margin-right: 5%;
}

.mx a {
    color: #fff;
    font-size: 16px;
}

/*sun_sj*/
.sun_sj {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: url(//static.xypt.net.cn/f0b8b986/21/07/d653bb37d120947520319b6412f58c2f7314af99.png) no-repeat center top #fff;
    height: 580px;
    overflow: hidden;
    /*margin-top: 50px;*/
}

.sun_sj li {
    width: 20%;
    height: 115px;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 14px;
    box-sizing: border-box;
}

.sun_sj li + li {
    border-left: 1px solid #336aaf;
}

.sz {
    font: 500 47px/40px "Arial";
    color: #fff;
    margin-top: 15px;
}

.sz span {
    font-size: 14px;
    font-weight: 400;
    padding-left: 5px;
}

.ab {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    height: 300px;
    margin-top: 40px;
    box-shadow: 4px 7px 25px 0px rgba(0, 0, 0, 0.15);
}

.abtp {
    margin-top: 30px;
    margin-left: 30px;
    width: 346px;
    height: 234px;
    overflow: hidden;
    float: left;
}

.abnr {
    float: right;
    margin-right: 30px;
    margin-top: 30px;
    width: 755px;
    color: #666666;
    font-size: 14px;
    line-height: 32px;
}

.abnr h3 {
    color: #333333;
    font-size: 28px;
    margin: 10px 0 15px 0;
    font-weight: 500;
}

.taab {
    display: none;
}

.xw_alst1 {
    width: 580px;
}

.xw_alst2 {
    width: 600px;
}

.xw_alst1 li a.img {
    display: block;
    width: 580px;
    height: 324px;
    overflow: hidden;
}

.xw_alst1 li a.img img {
    width: 580px;
    height: 324px;
}

.xw_alst1 li h2 a {
    display: block;
    color: #333333;
    font: 600 18px/48px "å¾®è½¯é›…é»‘";
}

.xw_alst1 li h3 {
    font: 500 14px/26px "å¾®è½¯é›…é»‘";
}

.xw_alst1 li h3 a {
    color: #0b68c5;
}

.xw_alst2 li {
    height: 124px;
    margin-bottom: 20px;
}

.xw_alst2 li b {
    display: block;
    float: left;
    width: 134px;
    background: #ebebeb;
    text-align: center;
    color: #333333;
    font: 600 48px/60px "å¾®è½¯é›…é»‘";
    height: 124px;
    box-sizing: border-box;
    padding-top: 19px;
}

.xw_alst2 li b span {
    display: block;
    color: #666;
    font: 500 18px/24px "å¾®è½¯é›…é»‘";
}

.xw_alst2 li .xw_wenzd {
    float: left;
    width: 466px;
    height: 124px;
    background: #f6f6f6;
    box-sizing: border-box;
    padding: 5px 20px 0;
}

.xw_alst2 li .xw_wenzd h2 a {
    display: block;
    color: #333333;
    font: 600 18px/48px "å¾®è½¯é›…é»‘";
}

.xw_alst2 li .xw_wenzd h3 {
    font: 500 14px/26px "å¾®è½¯é›…é»‘";
}

.xw_alst2 li:hover b, .xw_alst2 li:hover .xw_wenzd {
    background: #0171bc;
}

.xw_alst2 li:hover b, .xw_alst2 li:hover b span, .xw_alst2 li:hover .xw_wenzd h2 a, .xw_alst2 li:hover .xw_wenzd h3 {
    color: #fff;
}

.taablis {
    text-align: center;
    font-size: 0;
}

.taablis li {
    display: inline-block;
    width: 138px;
    text-align: center;
    background: #e9e9e9;
    font: 500 16px/35px "å¾®è½¯é›…é»‘";
    border-radius: 18px;
    margin: 28px 16px 38px;
}

.taablis li.cur {
    color: #fff;
    background: #0171bc;
    font-weight: 600;
}

/*案例*/

.xypg-case-list {
    margin: 0 -1%;
    font-size: 0
}

.xypg-case-list li {
    display: inline-block;
    vertical-align: bottom;
    width: 31.333%;
    margin: 0 1% 10px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.xypg-case-list li .img {
    display: block
}

.xypg-case-list li h3 a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 1.6;
    padding: .8em 0
}

.xypg-case-list li:hover h3 a {
    color: #1d4666
}

.xypg-news-list li {
    border: 1px solid #e1e1e1;
    padding: 30px;
    background: #fff;
    margin-bottom: 35px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.xypg-news-list li .tit {
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 15px;
    position: relative
}

.xypg-news-list li .tit h3 {
    padding-bottom: 15px;
    font-size: 18px;
    color: #565656;
    font-weight: 400;
    padding-right: 25%;
    margin: 0
}

.xypg-news-list li .tit .date {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #666
}

.xypg-news-list li .info {
    font-size: 14px;
    line-height: 2;
    color: #999
}

.xypg-news-list li .more {
    margin-top: 15px
}

.xypg-news-list li .more span {
    display: inline-block;
    width: 130px;
    line-height: 33px;
    text-align: center;
    color: #000;
    font-size: 14px;
    color: #666;
    border: 1px solid #e1e1e1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.xypg-news-list li:hover {
    -webkit-box-shadow: 0 2px 13px 1px rgba(8, 1, 3, .18);
    box-shadow: 0 2px 13px 1px rgba(8, 1, 3, .18)
}

.xypg-news-list li:hover .tit h3 {
    color: #292e39
}

.xypg-news-list li:hover .more span {
    color: #fff;
    background-color: #292e39
}

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

.anls {
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
    border-top: 1px solid #e5e5e5
}

.product_list3 {
}

.product_list3 li {
    float: left;
    margin-right: 38px;
    margin-bottom: 38px;
    _display: inline;
    position: relative;
    width: 376px;
    height: 248px;
}

.product_list3 li a.img {
}

.product_list3 li a.img img {
    width: 376px;
    height: 248px;
}

.product_list3 li h3 {
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: url(//static.xypt.net.cn/f0b8b986/21/07/13f26dd6e6431748cf3f914e08cb79128cdc55db.png) no-repeat center top;
    height: 40px;
    color: #fff;
}

.product_list3 li h3 a {
    font-weight: normal;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
}

.product_list3 li a.img {
    display: block;
}

.product_list3 li a.img:hover {
    border-color: #b99562;
}

/*服务更专业*/
.zy {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: url(//static.xypt.net.cn/f0b8b986/21/07/598f9d8101dcd356a992c4d874f799353ace79fb.png) no-repeat center top;
    height: 644px;
    overflow: hidden
}

.zy_con {
    width: 1200px;
    margin: 0 auto;
    padding-top: 95px;
}

.twtx {
    margin-top: 65px;
    height: 200px;
}

.twtx li {
    float: left;
    width: 142px;
    height: 142px;
    border-radius: 142px;
    border: 2px solid #dddddd;
}

.twtx li a.img {
    display: block;
    width: 60px;
    margin: 0 auto;
    margin-top: 35px;
}

.twtx li a.img img {
    display: block;
    text-align: center;
}

.twtx li {
    float: left;
    overflow: hidden;
    margin-right: 34px;
}

.twtx li h3 {
    text-align: center;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    display: block;
    margin-top: 5px;
}

.twtx li h3 a {
    text-align: center;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
}

.twtx li:last-child {
    float: right;
    margin-right: 0px;
}

.sdh {
    width: 382px;
    height: 60px;
    background: #1d4666;
    line-height: 60px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    margin-top: 80px;
}

/*掌握企业资讯*/
.xws {
    width: 1200px;
    margin: 0 auto;
}

/*新闻列表*/
.news_listx {
    margin-top: 40px;
}

.news_listx li {
    position: relative;
    margin-right: 10px;
    width: 376px;
    margin-left: 12px;
    float: left;
}

.news_listx li a.imgx img {
    width: 376px;
    height: 270px;
}

.news_listx li a.imgx {
    display: block;
}

.news_listx li a {
    line-height: 27px;
    color: #333333;
    font-size: 18px;
    margin-top: 15px;
    display: block;
}

.news_listx li a:hover {
    text-decoration: none;
    color: #b99562;
}

.news_listx li span {
    color: #999;
    z-index: 0;
    line-height: 27px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.news_listx li b {
    line-height: 27px;
    color: #777777;
    font-size: 14px;
    margin-top: 20px;
    font-weight: normal;
    margin-top: 10px;
}

.time {
    position: absolute;
    width: 70px;
    height: 70px;
    left: 0px;
    top: 15px;
    background: #2166c5;
    opacity: 0.9
}

.time1 {
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    margin-top: 5px;
}

.time2 {
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

/*搜索和热门搜索*/
#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}

#formsearch {
    width: 320px;
    float: left;
    margin-left: 60px;
    margin-top: 40px;
    display:none;
}

.hotSearch a {
    margin-right: 6px;
}

#formsearch input {
    height: 33px;
    background: #fff;
    border: 1px solid #c8c8c8;
    line-height: 22px;
    float: left;
    width: 260px;
}

#formsearch input#keyword {
    height: 33px;
    line-height: 33px;
    padding-left: 4px;
    color: #666;
    font-size: 14px;
}

#formsearch input#s_btn {
    width: 44px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background: url(//static.xypt.net.cn/f0b8b986/21/07/5dc9a10e3cee04cf2d6386644ae0e663026823c3.png) no-repeat center;
    color: #fff;
    border: none;
    cursor: pointer;
}

/*å‹æƒ…é“¾æŽ¥*/
.f_link {
    width: 1200px;
    margin: 0 auto;
    margin-top: 100px;
    line-height: 30px;
    text-indent: 20px;
    margin-bottom: 50px;
}

/*é¡µé¢åº•éƒ¨*/
.dff {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    /*background: url(//static.xypt.net.cn/f0b8b986/21/07/6b45fcf0f149e2e6ee082ebcad07d6e726881672.png) repeat-x center top;*/
    background: #292929;
    height: 351px;
    overflow: hidden;
}

.df_con {
    width: 1200px;
    margin: 0 auto;
    padding-top: 70px;
}

.dff1 {
    width: 515px;
    float: left;
    
}

.guanci {
    color: #ffffff;
    font-size: 24px;
    font-weight: normal;
}

.zhu {
    display: block;
    color: #deecff;
    font-size: 14px;
    line-height: 30px;
    margin-top: 25px;
    height: 30px;
}

.zhu a {
    color: #deecff;
    font-size: 14px;
    line-height: 30px
}

.p1 {
    font-size: 16px;
    line-height: 16px;
}

.dz {
    padding-top: 31px;
    border-top: 1px solid #2968b8;
}

.dz a {
    color: #deecff;
}

.tel2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.k1 {
    color: #deecff;
    font-size: 14px;
    line-height: 30px
}

.k1 a {
    color: #deecff;
    font-size: 14px;
    line-height: 30px
}

.k1 a:hover {
    color: #b99562;
}

.zhu a:hover {
    color: #b99562;
}

.lx {
    margin-bottom: 15px;
}

.dz {
    font-size: 14px;
    color: #deecff;
    line-height: 22px;
}

.ft2 {
}

/*çƒ­é—¨æœç´¢*/

.hotSearch {
    height: 24px;
    line-height: 24px;
    font-weight: normal;
    color: #deecff;
    font-size: 14px;
    margin-top: 20px;
}

.hotSearch a {
    margin-right: 6px;
    color: #deecff;
    font-size: 14px;
}

.hotSearch a:hover {
    color: #b99562;
}

.dff2 {
    float: left;
    margin-left: 50px;
    width: 160px;
    height: 160px;
    /*background: #2f75d1;*/
    text-align: center;
    line-height: 160px;
}

.dff3 {
    float: right;
    color: #fff;
}

.cop {
    color: #ddebfe;
    float: left;
}

.cop a {
    color: #ddebfe;
}

.ban {
    color: #ddebfe;
    float: right;

}

.ban a {
    color: #ddebfe;
}

#footer {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 8px;
    border-top: 2px solid #eee;
    margin-top: 15px;
}

#footer a {
    color: #666;
}

#footer a:hover {
    color: #b99562;
    text-decoration: none;
}

.nav_foot {
    text-align: center;
    line-height: 24px;
    color: #666;
}

.copyright {
    text-align: center;
    line-height: 24px;
}

/*导航*/
#menu {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: #1d4666;
}

.xypg-left-title {
    line-height: 62px;
    /*text-align: center;*/
    color: #fff;
    font-size: 22px;
    background: #1d4666;
    font-weight: bold;
    margin: 0;
}

/*四大优势*/
.ys {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: #f5f5f5;
    padding-bottom: 60px
}

.ys_con {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
}

.ystt {
    color: #1d4666;
    font-weight: bold;
    font-size: 42px;
    text-align: center;
}

.ystt span {
    display: block;
    color: #888888;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
}

.huolong {
    margin: 40px 0px;
}

.huolong li {
    height: 600px;
    width: 300px;
    float: left;
    position: relative;
}

.huolong li .img-huo {
    position: absolute;
    top: 0px;
    width: 300px;
    height: 300px;
}

.huolong li .img-huo img{
    width: 300px;
    height: 300px;
}

.huolong li:nth-child(even) .img-huo {
    position: absolute;
    top: 300px;
    width: 300px;
    height: 300px;
}

.huolong li .nei-huo {
    position: absolute;
    top: 300px;
    width: 300px;
    height: 300px;
    background: #fff;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 3s;
    transition-duration: 3s;
}
.huolong li .nei-huo .img2{
    display:none;
}

.huolong li .nei-huo:hover .img1{
    display:none;
}
.huolong li .nei-huo:hover .img2{
    display:block;
    margin:0 auto;
}
.huolong li:nth-child(even) .nei-huo {
    position: absolute;
    top: 0px;
    width: 300px;
    height: 300px;
}

.nei-huo a {
    padding-top: 30px;
    text-align: center;
    color: #1d4666;
    font-size: 24px;
    display: block;
    font-weight: bold;
    width: 100%;
}

.nei-huo p {
    color: #666666;
    font-size: 14px;
    width: 248px;
    margin: 0 auto;
    padding-top: 20px;
    line-height: 22px;
}

.nei-huo:hover a {
    color: #748daf;
}

/*传世佳作*/
.al {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: url( //static.xypt.net.cn/f0b8b986/21/07/84d323a60811d280060843ebb376f7b183272688.jpg) no-repeat center top;
    height: 875px;
    overflow: hidden;
}

.al_con {
    width: 1200px;
    margin: 0 auto;
    padding-top: 100px
}

.ystt2 {
    color: #fff;
    font-weight: bold;
    font-size: 42px;
    text-align: center;
}

.ystt2 span {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
}

.aldt {
    float: left;
    width: 376px;
    height: 532px;
    overflow: hidden;
    margin-top: 60px;
}

.cases {
    width: 790px;
    float: right;
    margin-top: 60px;
}

.product_list2 li {
    float: left;
    margin-right: 38px;
    margin-bottom: 38px;
    _display: inline;
    position: relative;
    width: 376px;
    height: 248px;
}

.product_list2 li a.img {
}

.product_list2 li a.img img {
    width: 376px;
    height: 248px;
}

.product_list2 li h3 {
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
    /*background: url(//static.xypt.net.cn/f0b8b986/21/07/13f26dd6e6431748cf3f914e08cb79128cdc55db.png) no-repeat center top;*/
    background-color: rgba(41,41,41,.9);
    height: 40px;
    color: #fff;
}

.product_list2 li h3 a {
    font-weight: normal;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
}

.product_list2 li a.img {
    display: block;
}

.product_list2 li a.img:hover {
    border-color: #b99562;
}

.product_list2 li:nth-child(2n) {
    float: right;
    margin-right: 0px;
}

/*成就品碑*/
.pin {
    width: 1200px;
    margin: 0 auto;
}

.chan {
    text-align: center;
    padding-top: 30px;
    position: relative;
    margin-bottom: 40px;
}

.l_btn, .r_btn {
    position: absolute;
    cursor: pointer;
    top: 55%;
}

.l_btn {
    left: -50px;
}

.r_btn {
    right: -50px;
}

.twt {
    float: left;
}

.twt li a.img {
    display: block;
}

.twt li a.img img {
    display: block;
    width: 267px;
    height: 222px;
}

.twt li {
    float: left;
    overflow: hidden;
    margin-left: 20px;
}

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

.huise {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: #f5f5f5;
    padding-bottom: 50px;
    padding-top: 70px;
}

/*案例哦*/
.anls {
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
    border-top: 1px solid #e5e5e5
}

.product_list3 {
}

.product_list3 li {
    float: left;
    margin-right: 38px;
    margin-bottom: 38px;
    _display: inline;
    position: relative;
    width: 376px;
    height: 248px;
}

.product_list3 li a.img {
}

.product_list3 li a.img img {
    width: 376px;
    height: 248px;
}

.product_list3 li h3 {
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: url(//static.xypt.net.cn/f0b8b986/21/07/13f26dd6e6431748cf3f914e08cb79128cdc55db.png) no-repeat center top;
    height: 40px;
    color: #fff;
}

.product_list3 li h3 a {
    font-weight: normal;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
}

.product_list3 li a.img {
    display: block;
}

.product_list3 li a.img:hover {
    border-color: #b99562;
}

/*服务更专业*/
.zy {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: url(//static.xypt.net.cn/f0b8b986/21/07/598f9d8101dcd356a992c4d874f799353ace79fb.png) no-repeat center top;
    height: 644px;
    overflow: hidden
}

.zy_con {
    width: 1200px;
    margin: 0 auto;
    padding-top: 95px;
}

.twtx {
    margin-top: 65px;
}

.twtx li {
    float: left;
    width: 142px;
    height: 142px;
    border-radius: 142px;
    border: 2px solid #dddddd;
}

.twtx li a.img {
    display: block;
    width: 60px;
    margin: 0 auto;
    margin-top: 35px;
}

.twtx li a.img img {
    display: block;
    text-align: center;
}

.twtx li {
    float: left;
    overflow: hidden;
    margin-right: 34px;
}

.twtx li h3 {
    text-align: center;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    display: block;
    margin-top: 5px;
}

.twtx li h3 a {
    text-align: center;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
}

.twtx li:last-child {
    float: right;
    margin-right: 0px;
}

.sdh {
    width: 382px;
    height: 60px;
    background: #1d4666;
    line-height: 60px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    margin-top: 80px;
}

/*掌握企业资讯*/
.xws {
    width: 1200px;
    margin: 0 auto;
    margin-top: 80px;
}

/*新闻列表*/
.news_listx {
    margin-top: 40px;
}

.news_listx li {
    position: relative;
    margin-right: 10px;
    width: 376px;
    margin-left: 12px;
    float: left;
}

.news_listx li a.imgx img {
    width: 376px;
    height: 270px;
}

.news_listx li a.imgx {
    display: block;
}

.news_listx li a {
    line-height: 27px;
    color: #333333;
    font-size: 18px;
    margin-top: 15px;
    display: block;
}

.news_listx li a:hover {
    text-decoration: none;
    color: #1d4666;
}

.news_listx li span {
    color: #999;
    z-index: 0;
    line-height: 27px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.news_listx li b {
    line-height: 27px;
    color: #777777;
    font-size: 14px;
    margin-top: 20px;
    font-weight: normal;
    margin-top: 10px;
}

.time {
    position: absolute;
    width: 70px;
    height: 70px;
    left: 0px;
    top: 15px;
    background: #2166c5;
    opacity: 0.9
}

.time1 {
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    margin-top: 5px;
}

.time2 {
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}

.benx {
    margin-top: 0px;
}




















/* 隐私 */
.privacy {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.privacy:after {
    content: '';
    display: block;
    background: rgba(0,0,0,.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.privacy .gb {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    line-height: 56px;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 26px;
    z-index: 2;
    height: 60px;
    cursor: pointer;
}
.privacy .con {
    max-width: 1200px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
    padding: 30px 0;
}

.privacy .con iframe {
    width: 100%;
    height: calc(100vh - 60px);
}

.yins {
    color: #666;
    font-size: 14px;
    cursor: pointer;
}

.yins span {
    color: #000;
}

@media(max-width: 480px) {
    .privacy .gb {
        width: 30px;
        line-height: 26px;
        font-size: 20px;
        height: 30px;
    }
}

















